Skip to content
This repository was archived by the owner on Jul 20, 2023. It is now read-only.

Commit 1f436dc

Browse files
committed
Set default window width of the Wallis Fliter to 14 pixels for the test
1 parent 597c32b commit 1f436dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/SolARTest_ModuleOpenCV_ImageFilter/SolARTest_ModuleOpenCV_ImageFilter_conf.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<property name="filePath" type="string" value="../../data/notredame1.jpg"/>
2727
</configure>
2828
<configure component="SolARImageFilterWallisOpencv" name="wallis">
29-
<property name="windowWidth" type="unsigned int" value="3"/>
29+
<property name="windowWidth" type="unsigned int" value="14"/>
3030
<property name="denoisingMethod" type="string" value="None"/>
3131
</configure>
3232
<configure component="SolARImageViewerOpencv">

0 commit comments

Comments
 (0)