File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,12 @@ <h1 style="font-size: 1.5em;">Settings for Deformed or Incomplete codes</h1>
4949 < label for ="autoDR "> Auto (1) </ label > < br >
5050 < input type ="checkbox " id ="generalDR " name ="drMode " value ="DRM_GENERAL ">
5151 < label for ="generalDR "> General (2) </ label > < br >
52+ < input type ="checkbox " id ="broadWarpDR " name ="drMode " value ="DRM_BROAD_WARP ">
53+ < label for ="broadWarpDR "> Broad Warp (4) </ label > < br >
54+ < input type ="checkbox " id ="localReferenceDR " name ="drMode " value ="DRM_LOCAL_REFERENCE ">
55+ < label for ="localReferenceDR "> Local Reference (8) </ label > < br >
56+ < input type ="checkbox " id ="dewrinkleDR " name ="drMode " value ="DRM_DEWRINKLE ">
57+ < label for ="dewrinkleDR "> Dewrinkle (16) </ label > < br >
5258 < input type ="checkbox " id ="skipDR " name ="drMode " value ="DRM_SKIP ">
5359 < label for ="skipDR "> Skip (0)</ label > < br >
5460 </ form >
@@ -103,6 +109,15 @@ <h1 style="font-size: 1.5em;">Settings for Deformed or Incomplete codes</h1>
103109 case "DRM_GENERAL" :
104110 settings . furtherModes . deformationResistingModes [ DRMCount ] = Dynamsoft . DBR . EnumDeformationResistingMode . DRM_GENERAL ;
105111 break ;
112+ case "DRM_BROAD_WARP" :
113+ settings . furtherModes . deformationResistingModes [ DRMCount ] = Dynamsoft . DBR . EnumDeformationResistingMode . DRM_BROAD_WARP ;
114+ break ;
115+ case "DRM_LOCAL_REFERENCE" :
116+ settings . furtherModes . deformationResistingModes [ DRMCount ] = Dynamsoft . DBR . EnumDeformationResistingMode . DRM_LOCAL_REFERENCE ;
117+ break ;
118+ case "DRM_DEWRINKLE" :
119+ settings . furtherModes . deformationResistingModes [ DRMCount ] = Dynamsoft . DBR . EnumDeformationResistingMode . DRM_DEWRINKLE ;
120+ break ;
106121 case "DRM_SKIP" :
107122 settings . furtherModes . deformationResistingModes [ DRMCount ] = Dynamsoft . DBR . EnumDeformationResistingMode . DRM_SKIP ;
108123 break ;
You can’t perform that action at this time.
0 commit comments