VisionLabs / torch-opencv

OpenCV bindings for Torch.
MIT License
209 stars 48 forks source link

imgproc #6

Closed shrubb closed 9 years ago

shrubb commented 9 years ago

Class-based stuff including algorithms:

Separate functions (filters, detectors, ...):

shrubb commented 9 years ago

Module's ready for testing. We decided to postpone supporting SparseMat.

yunhunJang commented 8 years ago

Do you have plans to support calcHist without SparseMat overload in the near future? I tried to use it with dense hist, but it does not work in my case. I modified the code slightly because nimages was not included in argument list. I added it but it gives me segmentation fault during calculation. Am I doing it wrong, or it is not supported yet? If it is not supported yet, are there any plan for supporting it in the near future?

Thanks