disable interpolation filter
This commit is contained in:
parent
53cfb80fec
commit
cacc894693
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ pub struct PincushionFilter {
|
||||||
|
|
||||||
#[derive(Serialize, Deserialize, Clone, Debug)]
|
#[derive(Serialize, Deserialize, Clone, Debug)]
|
||||||
pub struct PointFilters{
|
pub struct PointFilters{
|
||||||
pub interpolate: InterpolateFilter,
|
// pub interpolate: InterpolateFilter,
|
||||||
pub dim: DimFilter,
|
pub dim: DimFilter,
|
||||||
pub homography: HomographyFilter,
|
pub homography: HomographyFilter,
|
||||||
pub scale: ScaleFilter,
|
pub scale: ScaleFilter,
|
||||||
|
|
Loading…
Reference in a new issue