-
Notifications
You must be signed in to change notification settings - Fork 12
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
Not managing to run code #6
Comments
Hi Raphael,
It is going to look for all files with the suffix .jpg
What format are your images?
You can also change line 27
imgtype='jpg'; %file type
Does this fix it?
R
…________________________________
From: raphael-lorenzdelaigue ***@***.***>
Sent: Wednesday 24 April 2024 14:49
To: rhodricusack/diffeomorph ***@***.***>
Cc: Subscribed ***@***.***>
Subject: [rhodricusack/diffeomorph] Not managing to run code (Issue #6)
Hello,
I am trying to scramble some images using your code. I am setting a picpath and outpicpath
picpath='Z:\15\A_44_RL\Projekt 2 fNIRS\Bilder'
outpicpath='Z:\15\A_44_RL\Projekt 2 fNIRS\Bilder\scrambled'
The outpicpath gets created correctly, and then a figure window opens named "figure 10" which I suppose, corresponds to this line of code
figure(10);
However, no scrambled image is being created in my outpicpath.
How exactly is this code supposed to be run?
Happy if you find time for assistance.
Best,
Raphael Lorenz-de Laigue
—
Reply to this email directly, view it on GitHub<#6>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAL7HSIRTBIAMUWVWSQI3DLY662AHAVCNFSM6AAAAABGW64YJKVHI2DSMVQWIX3LMV43ASLTON2WKOZSGI3DCMZVGYYDKOA>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Hi Rhodri, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I am trying to scramble some images using your code. I am setting a picpath and outpicpath
picpath='Z:\15\A_44_RL\Projekt 2 fNIRS\Bilder'
outpicpath='Z:\15\A_44_RL\Projekt 2 fNIRS\Bilder\scrambled'
The outpicpath gets created correctly, and then a figure window opens named "figure 10" which I suppose, corresponds to this line of code
figure(10);
However, no scrambled image is being created in my outpicpath.
How exactly is this code supposed to be run?
Happy if you find time for assistance.
Best,
Raphael Lorenz-de Laigue
The text was updated successfully, but these errors were encountered: