ImgFindBindingByLine

Top  Previous  Next

Prototype

 

intHandleBind := ImgFindBindingByLine(intImageHandle, intLeft, intTop, intRight, intBottom, intNoiseTol)

 

Description

 

Find the cutting line between two book pages looking for dark line.

 

Parameters

 

intImageHandle:integer value corresponding to handle image.

 

intLeft :integer value corresponding to area left coordinates where find binding

 

intTop:integer value corresponding to area top coordinates where find binding

 

intRight:integer value corresponding to area right coordinates where find binding

 

intBottom:integer value corresponding to area bottom coordinates where find binding

 

intNoiseTol: integer value corresponding to tolerance zone. If it is positive correspond to pixel, otherwise correspond to area percentage.

 

Returned Value

 

intHandleBind: integer value corresponding to binding handle.

 

Notes

 

None.