Skip to content

Commit

Permalink
Updated pcai for libs and PCA
Browse files Browse the repository at this point in the history
  • Loading branch information
DEVANSH-DVJ committed May 14, 2021
1 parent a2c09d4 commit 656956c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion algos/PCA/pcai.m
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
function [pcaed]=pcai(P, C)
% Input:
% P : noisy patch matrix, [64 n2] (double)
% C : number of dimensions to be reduced to
% C : reduced dimension for PCA
% Output:
% pcaed : denoised patch matrix, [64 n2] (uint8)
% Brief:
Expand Down
2 changes: 1 addition & 1 deletion libs/pcai/pcai.m
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
function [pcaed]=pcai(P, C)
% Input:
% P : noisy patch matrix, [64 n2] (double)
% C : number of dimensions to be reduced to
% C : reduced dimension for PCA
% Output:
% pcaed : denoised patch matrix, [64 n2] (uint8)
% Brief:
Expand Down

0 comments on commit 656956c

Please sign in to comment.