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










0















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.










share|improve this question


























    0















    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.










    share|improve this question
























      0












      0








      0








      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.










      share|improve this question














      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






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Mar 6 at 18:53









      Yu.LYu.L

      132




      132






















          1 Answer
          1






          active

          oldest

          votes


















          0














          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






          share|improve this answer























          • Thank you for your suggestion, I will look into it now :)

            – Yu.L
            Mar 6 at 20:57










          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
          );



          );













          draft saved

          draft discarded


















          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









          0














          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






          share|improve this answer























          • Thank you for your suggestion, I will look into it now :)

            – Yu.L
            Mar 6 at 20:57















          0














          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






          share|improve this answer























          • Thank you for your suggestion, I will look into it now :)

            – Yu.L
            Mar 6 at 20:57













          0












          0








          0







          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






          share|improve this answer













          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







          share|improve this answer












          share|improve this answer



          share|improve this answer










          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

















          • 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



















          draft saved

          draft discarded
















































          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.




          draft saved


          draft discarded














          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





















































          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







          Popular posts from this blog

          Save data to MySQL database using ExtJS and PHP [closed]2019 Community Moderator ElectionHow can I prevent SQL injection in PHP?Which MySQL data type to use for storing boolean valuesPHP: Delete an element from an arrayHow do I connect to a MySQL Database in Python?Should I use the datetime or timestamp data type in MySQL?How to get a list of MySQL user accountsHow Do You Parse and Process HTML/XML in PHP?Reference — What does this symbol mean in PHP?How does PHP 'foreach' actually work?Why shouldn't I use mysql_* functions in PHP?

          Compiling GNU Global with universal-ctags support Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Data science time! April 2019 and salary with experience The Ask Question Wizard is Live!Tags for Emacs: Relationship between etags, ebrowse, cscope, GNU Global and exuberant ctagsVim and Ctags tips and trickscscope or ctags why choose one over the other?scons and ctagsctags cannot open option file “.ctags”Adding tag scopes in universal-ctagsShould I use Universal-ctags?Universal ctags on WindowsHow do I install GNU Global with universal ctags support using Homebrew?Universal ctags with emacsHow to highlight ctags generated by Universal Ctags in Vim?

          Add ONERROR event to image from jsp tldHow to add an image to a JPanel?Saving image from PHP URLHTML img scalingCheck if an image is loaded (no errors) with jQueryHow to force an <img> to take up width, even if the image is not loadedHow do I populate hidden form field with a value set in Spring ControllerStyling Raw elements Generated from JSP tagds with Jquery MobileLimit resizing of images with explicitly set width and height attributeserror TLD use in a jsp fileJsp tld files cannot be resolved