=====================================================================
Please note that this e-mail and any files transmitted from
Memorial Sloan-Kettering Cancer Center may be privileged, confidential,
and protected from disclosure under applicable law. If the reader of
this message is not the intended recipient, or an employee or agent
responsible for delivering this message to the intended recipient,
you are hereby notified that any reading, dissemination, distribution,
copying, or other use of this communication or any of its attachments
is strictly prohibited. If you have received this communication in
error, please notify the sender immediately by replying to this message
and deleting this message, any attachments, and all copies and backups
from your computer.
I also wanted to point out that CERR has tools to calculate texture, shape and statistics-based features. For example:
getHaralicParams.m: Used to calculate grayscale co-occurrence based texture features like Entrppy, contrast etc.
getShapeParams.m: Used to calculate shape based features like Eccentricity.
radiomics_first_order_stats.m: Used to calculate statistics based features like min, mean, kurtosis, etc.
All these functions accept structure number as an input (which can be ROI or 42% SUVmax for PET scans).
Regards,
Aditya
--
You received this message because you are subscribed to the Google Groups "CERR FORUM" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
cerr-forum+...@googlegroups.com.
To post to this group, send email to
cerr-...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/cerr-forum/D05D6018.B936%25aptea%40mskcc.org.
For more options, visit https://groups.google.com/d/optout.
To post to this group, send email to cerr...@googlegroups.com.
You need to have Matlab in order to run the source code. Add all folders/subfolders to Matlab path and type CERR in Matlab command window to get going.
Regards,
Aditya
https://github.com/adityaapte/CERR File doesnt contain .exe file and I get the following error when I type CERR after specifing "CERR_core" folder in matlab path
??? Undefined function or variable 'getCERRPath'.
Error in ==> CERR at 50
pathStr = getCERRPath;
Deen,
Since you already have Matlab, you do not need the MCR and the compiled version. Just checkout cerr form gitHub, add all folders/sub-folders to Matlab path and type CERR in Matlab command window.