Image processing on grayscale medical image2019 Community Moderator ElectionHow do I resize an image using PIL and maintain its aspect ratio?How to read/process command line arguments?Display image as grayscale using matplotlibNormalize histogram (brightness and contrast) of a set of images using Python Image Library (PIL)Python Image Library fails with message “decoder JPEG not available” - PILSave plot to image file instead of displaying it using MatplotlibRemoving the background noise of a captcha image by replicating the chopping filter of TesserCapInvert Y-axis on image on python before plotAmplifying the difference of luminance between pixels of color images in Python OpenCV?data structures to recognize particular elements / shapes with similar patterns on the image in python
Rejected in 4th interview round citing insufficient years of experience
Using "wallow" verb with object
What is the greatest age difference between a married couple in Tanach?
RegionDifference for Cylinder and Cuboid
Ban on all campaign finance?
Should we release the security issues we found in our product as CVE or we can just update those on weekly release notes?
Define, (actually define) the "stability" and "energy" of a compound
Why doesn't the EU now just force the UK to choose between referendum and no-deal?
Could the Saturn V actually have launched astronauts around Venus?
When do we add an hyphen (-) to a complex adjective word?
Welcoming 2019 Pi day: How to draw the letter π?
Old race car problem/puzzle
My adviser wants to be the first author
At what level can a dragon innately cast its spells?
Is having access to past exams cheating and, if yes, could it be proven just by a good grade?
How to generate globally unique ids for different tables of the same database?
What is this large pipe coming out of my roof?
What are the possible solutions of the given equation?
Instead of Universal Basic Income, why not Universal Basic NEEDS?
I need to drive a 7/16" nut but am unsure how to use the socket I bought for my screwdriver
Brexit - No Deal Rejection
Why did it take so long to abandon sail after steamships were demonstrated?
Does this AnyDice function accurately calculate the number of ogres you make unconcious with three 4th-level castings of Sleep?
Why must traveling waves have the same amplitude to form a standing wave?
Image processing on grayscale medical image
2019 Community Moderator ElectionHow do I resize an image using PIL and maintain its aspect ratio?How to read/process command line arguments?Display image as grayscale using matplotlibNormalize histogram (brightness and contrast) of a set of images using Python Image Library (PIL)Python Image Library fails with message “decoder JPEG not available” - PILSave plot to image file instead of displaying it using MatplotlibRemoving the background noise of a captcha image by replicating the chopping filter of TesserCapInvert Y-axis on image on python before plotAmplifying the difference of luminance between pixels of color images in Python OpenCV?data structures to recognize particular elements / shapes with similar patterns on the image in python
I have been looking into PIL to perform image processing on grayscale medical images (on the breasts) so the microcalcification clusters can be seen more vividly. So far here are my current findings:
(1) Original
(2) With invert, auto contrast and posterise applied
(3) The yellow circled areas are the location of the clusters
So I am wondering, is there a better method of image processing for this kind of images to highlight the calcification clusters? Since I will need to use them for generating graphs to show their distributional patterns later on. Any suggestions would be much appreciated.
python python-imaging-library
add a comment |
I have been looking into PIL to perform image processing on grayscale medical images (on the breasts) so the microcalcification clusters can be seen more vividly. So far here are my current findings:
(1) Original
(2) With invert, auto contrast and posterise applied
(3) The yellow circled areas are the location of the clusters
So I am wondering, is there a better method of image processing for this kind of images to highlight the calcification clusters? Since I will need to use them for generating graphs to show their distributional patterns later on. Any suggestions would be much appreciated.
python python-imaging-library
add a comment |
I have been looking into PIL to perform image processing on grayscale medical images (on the breasts) so the microcalcification clusters can be seen more vividly. So far here are my current findings:
(1) Original
(2) With invert, auto contrast and posterise applied
(3) The yellow circled areas are the location of the clusters
So I am wondering, is there a better method of image processing for this kind of images to highlight the calcification clusters? Since I will need to use them for generating graphs to show their distributional patterns later on. Any suggestions would be much appreciated.
python python-imaging-library
I have been looking into PIL to perform image processing on grayscale medical images (on the breasts) so the microcalcification clusters can be seen more vividly. So far here are my current findings:
(1) Original
(2) With invert, auto contrast and posterise applied
(3) The yellow circled areas are the location of the clusters
So I am wondering, is there a better method of image processing for this kind of images to highlight the calcification clusters? Since I will need to use them for generating graphs to show their distributional patterns later on. Any suggestions would be much appreciated.
python python-imaging-library
python python-imaging-library
asked Mar 6 at 18:53
Yu.LYu.L
132
132
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
I'd have a look at scikit-image. It's a great library for image processing of this kind. The first link is to the documentation, the second is to a specific page about adaptive histogram equalization that might be useful for you.
https://scikit-image.org/
http://scikit-image.org/docs/dev/auto_examples/color_exposure/plot_equalize.html
Thank you for your suggestion, I will look into it now :)
– Yu.L
Mar 6 at 20:57
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55030273%2fimage-processing-on-grayscale-medical-image%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I'd have a look at scikit-image. It's a great library for image processing of this kind. The first link is to the documentation, the second is to a specific page about adaptive histogram equalization that might be useful for you.
https://scikit-image.org/
http://scikit-image.org/docs/dev/auto_examples/color_exposure/plot_equalize.html
Thank you for your suggestion, I will look into it now :)
– Yu.L
Mar 6 at 20:57
add a comment |
I'd have a look at scikit-image. It's a great library for image processing of this kind. The first link is to the documentation, the second is to a specific page about adaptive histogram equalization that might be useful for you.
https://scikit-image.org/
http://scikit-image.org/docs/dev/auto_examples/color_exposure/plot_equalize.html
Thank you for your suggestion, I will look into it now :)
– Yu.L
Mar 6 at 20:57
add a comment |
I'd have a look at scikit-image. It's a great library for image processing of this kind. The first link is to the documentation, the second is to a specific page about adaptive histogram equalization that might be useful for you.
https://scikit-image.org/
http://scikit-image.org/docs/dev/auto_examples/color_exposure/plot_equalize.html
I'd have a look at scikit-image. It's a great library for image processing of this kind. The first link is to the documentation, the second is to a specific page about adaptive histogram equalization that might be useful for you.
https://scikit-image.org/
http://scikit-image.org/docs/dev/auto_examples/color_exposure/plot_equalize.html
answered Mar 6 at 19:31
SamSam
917
917
Thank you for your suggestion, I will look into it now :)
– Yu.L
Mar 6 at 20:57
add a comment |
Thank you for your suggestion, I will look into it now :)
– Yu.L
Mar 6 at 20:57
Thank you for your suggestion, I will look into it now :)
– Yu.L
Mar 6 at 20:57
Thank you for your suggestion, I will look into it now :)
– Yu.L
Mar 6 at 20:57
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55030273%2fimage-processing-on-grayscale-medical-image%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown