JuliaImages / juliaimages.github.io

Documentation For JuliaImages
https://juliaimages.org
33 stars 55 forks source link

Comparison to OpenCV/cv2 #258

Closed jariji closed 1 year ago

jariji commented 1 year ago

I am trying to port some Python code to Julia. I saw there is a nice comparison with some frameworks. Since the code I'm porting uses cv2, it would be helpful to have a comparison to that as well.

For instance I am going to be looking for

cv2.findContours
cv2.contourArea
cv2.boxPoints
cv2.minAreaRect
cv2.threshold
cv2.resize
ashwani-rathee commented 1 year ago

Let's see:

ashwani-rathee commented 1 year ago

We need to update the comparison page and list of packages we serve.

ashwani-rathee commented 1 year ago

Issue #230 and #244