久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

  1. <legend id='DAmnF'><style id='DAmnF'><dir id='DAmnF'><q id='DAmnF'></q></dir></style></legend>
    • <bdo id='DAmnF'></bdo><ul id='DAmnF'></ul>

  2. <small id='DAmnF'></small><noframes id='DAmnF'>

      <i id='DAmnF'><tr id='DAmnF'><dt id='DAmnF'><q id='DAmnF'><span id='DAmnF'><b id='DAmnF'><form id='DAmnF'><ins id='DAmnF'></ins><ul id='DAmnF'></ul><sub id='DAmnF'></sub></form><legend id='DAmnF'></legend><bdo id='DAmnF'><pre id='DAmnF'><center id='DAmnF'></center></pre></bdo></b><th id='DAmnF'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='DAmnF'><tfoot id='DAmnF'></tfoot><dl id='DAmnF'><fieldset id='DAmnF'></fieldset></dl></div>
      <tfoot id='DAmnF'></tfoot>

    1. 使用 Python 根據直方圖調整曝光(亮度/對比度)

      Adjusting exposure (brightness/contrast) based on histogram using Python(使用 Python 根據直方圖調整曝光(亮度/對比度))

      <small id='HqpIO'></small><noframes id='HqpIO'>

    2. <legend id='HqpIO'><style id='HqpIO'><dir id='HqpIO'><q id='HqpIO'></q></dir></style></legend>
      <tfoot id='HqpIO'></tfoot>
        • <bdo id='HqpIO'></bdo><ul id='HqpIO'></ul>
            <tbody id='HqpIO'></tbody>

                <i id='HqpIO'><tr id='HqpIO'><dt id='HqpIO'><q id='HqpIO'><span id='HqpIO'><b id='HqpIO'><form id='HqpIO'><ins id='HqpIO'></ins><ul id='HqpIO'></ul><sub id='HqpIO'></sub></form><legend id='HqpIO'></legend><bdo id='HqpIO'><pre id='HqpIO'><center id='HqpIO'></center></pre></bdo></b><th id='HqpIO'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='HqpIO'><tfoot id='HqpIO'></tfoot><dl id='HqpIO'><fieldset id='HqpIO'></fieldset></dl></div>
              1. 本文介紹了使用 Python 根據直方圖調整曝光(亮度/對比度)的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

                問題描述

                我正在嘗試用 Python 制作一個帶有 GUI(很可能使用 Kivy)的程序,以匹配兩個圖像的曝光.我想將兩個圖像(RGB 或灰度)與其相應的直方圖并排顯示,并有一個滑塊來控制所選圖像的曝光.我想就如何解決這個問題提出一些建議.

                I'm trying to make a program with a GUI (most likely using Kivy) in Python to match the exposure of two images. I want to display both images (RGB or grayscale) side by side with their corresponding histograms and have a slider to be able to control the exposure on the selected image. I would like some advise on how to go about this.

                到目前為止,我已經閱讀了幾篇文章,似乎有幾種方法可以計算圖像的直方圖(numpy、matplotlib、openCV 和 PIL),但是我對哪種方法最好(最少庫/要安裝的依賴項)供我實施.我還閱讀了有關更改圖像曝光的內容,有些人提到更改亮度和對比度,所以您需要同時更改兩者以更改曝光?我知道openCV有equalizeHist,但它會自動完成,我希望兩張圖像都盡可能接近整體曝光;這就是為什么我正在考慮手動執行此操作.如果能自動完成就好了,不過我還在想怎么做.

                So far I have read several posts and there seem to be several ways to approach calculating the histogram of an image (numpy, matplotlib, openCV, and PIL), however I'm confused about which would be best (least libraries/dependencies to install) for me to implement. I have also read about changing the exposure on an image and some people mention changing brightness and contrast, so you need to change both to change exposure? I know openCV has equalizeHist but that does it automatically and what I would like is for both images to have as close as possible overall exposure; that's why I was thinking of doing it manually. It would be great if could do it automatically, but I'm still thinking on how to do it.

                我知道你們非常重視自己的時間,所以如果你們沒有時間深入回答這個問題,我會理解的.

                I know you guys place tremendous value on your time so I'll understand if you don't have time to answer this in depth.

                推薦答案

                我們有一個直方圖調整的例子 這里

                We have an example of histogram adjustment here

                不過,您似乎對直方圖匹配感興趣.我有一些用于此目的的代碼這里,但它沒有經過很好的測試.

                It sounds as though you are interested in histogram matching, though. I have some code for that purpose here, but it is not well tested.

                如果您確實發現該代碼有用,請隨時向 scikit-image 提出拉取請求,我們可以嘗試將其集成到包中.

                If you do find that code useful, feel free to make a pull request to scikit-image and we can try to integrate it into the package.

                編輯 2019-04-29: 直方圖匹配是 現在包含在 scikit-image 中.

                這篇關于使用 Python 根據直方圖調整曝光(亮度/對比度)的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!

                【網站聲明】本站部分內容來源于互聯網,旨在幫助大家更快的解決問題,如果有圖片或者內容侵犯了您的權益,請聯系我們刪除處理,感謝您的支持!

                相關文檔推薦

                How to make a discord bot that gives roles in Python?(如何制作一個在 Python 中提供角色的不和諧機器人?)
                Discord bot isn#39;t responding to commands(Discord 機器人沒有響應命令)
                Can you Get the quot;About mequot; feature on Discord bot#39;s? (Discord.py)(你能得到“關于我嗎?Discord 機器人的功能?(不和諧.py))
                message.channel.id Discord PY(message.channel.id Discord PY)
                How do I host my discord.py bot on heroku?(如何在 heroku 上托管我的 discord.py 機器人?)
                discord.py - Automaticaly Change an Role Color(discord.py - 自動更改角色顏色)
                <tfoot id='6vZmM'></tfoot>

                        <tbody id='6vZmM'></tbody>
                      <i id='6vZmM'><tr id='6vZmM'><dt id='6vZmM'><q id='6vZmM'><span id='6vZmM'><b id='6vZmM'><form id='6vZmM'><ins id='6vZmM'></ins><ul id='6vZmM'></ul><sub id='6vZmM'></sub></form><legend id='6vZmM'></legend><bdo id='6vZmM'><pre id='6vZmM'><center id='6vZmM'></center></pre></bdo></b><th id='6vZmM'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='6vZmM'><tfoot id='6vZmM'></tfoot><dl id='6vZmM'><fieldset id='6vZmM'></fieldset></dl></div>

                    • <small id='6vZmM'></small><noframes id='6vZmM'>

                          <bdo id='6vZmM'></bdo><ul id='6vZmM'></ul>
                          <legend id='6vZmM'><style id='6vZmM'><dir id='6vZmM'><q id='6vZmM'></q></dir></style></legend>
                          主站蜘蛛池模板: 玖玖视频 | 狠狠干网站 | 国产精品v| 国产福利视频导航 | 亚洲欧美日本国产 | 欧美日韩国产欧美 | 三级视频久久 | 成年人免费看 | 一区二区三区国产精品 | 一区二区三区电影网 | 欧美中文一区 | 成人三级网址 | 久久久精品综合 | 在线观看黄色电影 | 蜜月aⅴ国产精品 | 波多野结衣先锋影音 | 亚洲精品乱码久久久久久黑人 | 日韩欧美三区 | 亚洲成人av | 国产真实精品久久二三区 | 国产在线视频一区 | 欧美日韩在线一区二区三区 | 国产91视频播放 | 国产日产精品一区二区三区四区 | 91视频大全 | 91最新入口 | 国产成人精品综合 | 天天艹逼网 | 久久久久久久久久影视 | 免费的av网站 | 中国一级大毛片 | 欧美精品国产精品 | 亚洲国产成人精品女人 | 精品国产精品三级精品av网址 | 亚洲天堂一区 | 天天干天天草 | 精品视频在线免费观看 | 91视频免费| 国产在线高清 | 亚洲男人网 | 日韩欧美日韩在线 |