Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some questions about the ica method #1

Open
WayneSzzz opened this issue Sep 25, 2021 · 0 comments
Open

Some questions about the ica method #1

WayneSzzz opened this issue Sep 25, 2021 · 0 comments

Comments

@WayneSzzz
Copy link

for c=1:3
RGBDetrend= spdetrend(RGB(:,c),Lambda); %M. P. Tarvainen, TBME, 2002
RGBNorm(:,c) = (RGBDetrend - mean(RGBDetrend))/std(RGBDetrend); %normalize to zero mean and unit variance
end

Because the average pixels of each frame of RGB channels are very similar,The variance is close to infinity, and ica calculation cannot be performed. How do you deal with it?
I Use UBFC too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant