معرفی شرکت ها


bracketed-images-finder-0.0.3


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Find groups of exposure-bracketed images
ویژگی مقدار
سیستم عامل -
نام فایل bracketed-images-finder-0.0.3
نام bracketed-images-finder
نسخه کتابخانه 0.0.3
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Dustin Oprea
ایمیل نویسنده myselfasunder@gmail.com
آدرس صفحه اصلی https://github.com/dsoprea/bracketed_image_finder
آدرس اینترنتی https://pypi.org/project/bracketed-images-finder/
مجوز GPL 2
[![Build Status](https://travis-ci.org/dsoprea/bracketed_image_finder.svg?branch=master)](https://travis-ci.org/dsoprea/bracketed_image_finder) [![Coverage Status](https://coveralls.io/repos/github/dsoprea/bracketed_image_finder/badge.svg?branch=master)](https://coveralls.io/github/dsoprea/bracketed_image_finder?branch=master) # Overview Some cameras support taking bracketed pictures. Bracketing is an operation that rapidly takes a series of pictures with slight variations in situations where the conditions may be tricky or rapidly changing. This allows you to experiment with what the current conditions require or to save time in the present by taking a bunch of pictures that will likely include at least one good one at the expense of having to spend more time later sifting through the extra images. This project will recursively scan through the JPEG images under a given path and identify sequential sequences of exposure-bracketed images. # Installation This project requires Python 3. To install: ``` $ pip install bracketed_images_finder ``` # Sequence Identification The library currently identifies exposure-based bracketing. Requirements: - Images have a "exposure mode" of (2) ("auto bracketed") - Images consist of three, five, or seven images - Sorting the filenames in increasing order will also sort them in chronologically-increasing order The actual exposure deltas do not matter. Even when configured as a specific value, we have seen the effective exposures being different then expected. The library currently recognizes the following exposure sequences: ## 0, -, + Exposure start at the current, default exposure and are followed by one or more pairs of lower-higher values of the same magnitude, where the magnitude progressively increases for each additional pair. Referred to as a "periodic exposure" sequence. ## -, 0, + Exposures increase from a lower exposure value to a higher exposure value, where both are the same distance from the current, default exposure. Referred to as a "sequential exposure" sequence.


نحوه نصب


نصب پکیج whl bracketed-images-finder-0.0.3:

    pip install bracketed-images-finder-0.0.3.whl


نصب پکیج tar.gz bracketed-images-finder-0.0.3:

    pip install bracketed-images-finder-0.0.3.tar.gz