-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Final image does not respect edge boundaries #1
Comments
Which version of CGAL and OpenCV are you using? |
Just checked it on my old machine. |
Hi Yimeng,
I have tried updating your convex superpixelization code to CGAL 5.2 and
OpenCV 4.5.1, but so far have been unable to do so. The outputs with these
versions of the libraries still returns images which do not match up to the
ones you show in your repo.
Cheers,
Parker
…On Mon, Apr 19, 2021 at 10:24 AM Yimeng Li ***@***.***> wrote:
Closed #1
<#1>.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALQLUDU3JN55QGBMEF2DIETTJQ4LXANCNFSM424DBWXQ>
.
|
Hi Parker, The code outputs should match exactly with the visualizations. Let me know if I can do something to help you. Thanks, |
Hi Yimeng,
I am also running the code directly after compiling, so I am not sure what
the issue could be. Ive included the intermediate images I am getting in
the zip file. Maybe it is the newer version of CGAL or OpenCV? I am using
CGAL-5.2 and OpenCV-4.5.1. I really appreciate your help!
Cheers,
Parker
…On Mon, Apr 26, 2021 at 5:33 PM Yimeng Li ***@***.***> wrote:
Hi Parker,
The code outputs should match exactly with the visualizations.
Because this is a course project code. I just put the code and results
directly on github.
Let me know if I can do something to help you.
Can you save the intermediate results like the line segment detection?
I can also share the intermediate results I had.
Thanks,
Yimeng
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALQLUDTIVIJS3JMP4ABS7I3TKXL23ANCNFSM424DBWXQ>
.
|
I didn't see the zip file in the email. |
I have attached the pictures directly.
[image: img1.png][image: img2.png][image: img3.png][image: img4.png][image:
img5.png][image: img6.png][image: img8.png][image: vd_img1.png][image:
vd_img2.png][image: vd_img3.png][image: vd_img4.png][image:
vd_img10.png][image:
vd_img11.png]
…On Tue, Apr 27, 2021 at 12:57 AM Yimeng Li ***@***.***> wrote:
I didn't see the zip file in the email.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALQLUDUZRWBNV4JUIIL7UILTKY72RANCNFSM424DBWXQ>
.
|
Still cannot see the images. |
When running the script as described in the ReadMe, the final image generated in the build folder appears to be a random collection of convex polygons which do not respect the edges of the objects in the image. This may be caused by an update to CGAL?
The text was updated successfully, but these errors were encountered: