joheras / IJ-OpenCV

GNU General Public License v3.0
30 stars 13 forks source link

Fiji crashes when converting from PointRoi to KeypointVector #10

Closed LauLauThom closed 6 years ago

LauLauThom commented 6 years ago

I could not use the PointRoiKeyPointVectorConverter() in a jython macro without getting fiji to crash, eventhough the opposite conversion works.

roi2kp = PointRoiKeyPointVectorConverter()
NewKp  = roi2kp.convert(MultiPointRoi, KeyPointVector().__class__) # crashes

I have reported it on fiji's forum too

joheras commented 6 years ago

Thanks for reporting this bug. I have updated the library and the problem should be fixed right now. Let me know if you have further problems. Best, Jónathan

LauLauThom commented 6 years ago

I finally had the time to test it, it is fixed indeed, thanks !