Implementation of bit-exact resize. Internal calls to linear resize updated to use bit-exact version. (#9468)
This commit is contained in:
committed by
Vadim Pisarevsky
parent
84ee4d701a
commit
51cb56ef2c
@@ -232,7 +232,7 @@ int main (const int argc, const char * argv[])
|
||||
|
||||
}
|
||||
else{ //apply random warp to input image
|
||||
resize(inputImage, target_image, Size(216, 216));
|
||||
resize(inputImage, target_image, Size(216, 216), 0, 0, INTER_LINEAR_EXACT);
|
||||
Mat warpGround;
|
||||
RNG rng(getTickCount());
|
||||
double angle;
|
||||
|
||||
Reference in New Issue
Block a user