Skip to content

Commit

Permalink
image was cut
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlad Karpushin committed Aug 17, 2018
1 parent 9479a13 commit 43b20c7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src matlab/main6_papa_12.m
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
close all,clc,clear all;

strFolder = 'D:\home\programming\vc\new\6_My home projects\13_Periodic_noise_removing_filter\';
strFileName = strcat(strFolder,'input\papa_1.bmp');
strFileName = strcat(strFolder,'input\papa_2.bmp');
%strFileName = strcat(strFolder,'input\output_2.bmp');
%strFileName = strcat(strFolder,'input\1.bmp');

imgA = imread(strFileName);
%imgA = imresize(imgA, 0.35);
imgA = imresize(imgA, 0.5);
%imgA = imresize(imgA, 0.5);

[h w c] = size(imgA);
if c == 3
Expand Down
Binary file modified www/images/input.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified www/images/output.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 43b20c7

Please sign in to comment.