disable interpolation filter
This commit is contained in:
parent
cacc894693
commit
6a26087a93
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ impl Default for PointFilters {
|
||||||
// let crop_filter = CropFilter{};
|
// let crop_filter = CropFilter{};
|
||||||
Self {
|
Self {
|
||||||
homography: HomographyFilter::default(),
|
homography: HomographyFilter::default(),
|
||||||
interpolate: InterpolateFilter{max_distance: 0.2},
|
// interpolate: InterpolateFilter{max_distance: 0.2},
|
||||||
dim: DimFilter{intensity: 0.5},
|
dim: DimFilter{intensity: 0.5},
|
||||||
scale: ScaleFilter { factor: 1. },
|
scale: ScaleFilter { factor: 1. },
|
||||||
pincushion: PincushionFilter{k_x: 0.,k_x2: 0., k_y: 0., k_y2: 0.},
|
pincushion: PincushionFilter{k_x: 0.,k_x2: 0., k_y: 0., k_y2: 0.},
|
||||||
|
|
Loading…
Reference in a new issue