Current location - Loan Platform Complete Network - Big data management - matlab digital image processing, fingerprint image refinement, refinement with bwmorph(BW,thin,inf) function
matlab digital image processing, fingerprint image refinement, refinement with bwmorph(BW,thin,inf) function
This parameter does not seem to need to be defined, right, directly set up can be used. For example: bwmorph(BW, 'thin', inf)

Like the method used in this /question/270597346.html. The parameter 'thin' then specifies the refinement operation to be performed on the binary image BW, and the parameter inf (infinity) says to keep refining the image until the image no longer changes.