mitre / biqt-iris

An iris quality plugin for the BIQT framework.
Other
13 stars 5 forks source link

we quality as 0 for below jp2 files #2

Open JanardhanBS-SyncByte opened 1 year ago

JanardhanBS-SyncByte commented 1 year ago

data.zip working on rc2

mbartenschlag commented 1 year ago

Hello, thanks for the report. The library supports JPEG-2000 imagery. We recently pushed updated code to the master branch. Can you please try again with the updated code?

JanardhanBS-SyncByte commented 1 year ago

Hello sir, we tried now we get the result for a) irisright0.jp2 .. the exe fails completely b) 1000Right_Iris.jp2 [before it used to fail for right iris]the overall_quality==0 its the good iris

observation for right iris images it fails completely because we get isgs_diff_mean_avg_ ==-15 isgs_total==-27643 pts_used==120 at the end of FindFineIrisfunction.

BIQTIris.cpp .. line number 58 should be as follows.

if (img.rows > mfo.max_width_ || img.cols > mfo.max_height_)

attaching the files for your kind reference data.zip

JanardhanBS-SyncByte commented 1 year ago

Hello sir, please let us know if you checked the code against the data which we have given to you? please help us fix the issue soon Thank you