معرفی شرکت ها


cropimage-0.0.6


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

A simple toolkit for detecting and cropping main body from pictures.
ویژگی مقدار
سیستم عامل -
نام فایل cropimage-0.0.6
نام cropimage
نسخه کتابخانه 0.0.6
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Haofan Wang
ایمیل نویسنده haofanwang.ai@gmail.com
آدرس صفحه اصلی https://github.com/haofanwang/cropimage
آدرس اینترنتی https://pypi.org/project/cropimage/
مجوز -
# cropimage [![PyPI version](https://badge.fury.io/py/cropimage.svg)](https://badge.fury.io/py/cropimage) cropimage is a simple toolkit for image cropping. Different from other projects that mainly tackle face region, we extend to all kinds of images such as landscape. We support horizontal and portrait size and generate a square output. <p align="center"><img title="crop_example" src="https://github.com/haofanwang/cropimage/raw/main/assets/example.png"></p> ## Installation ~~~sh pip install cropimage ~~~ ## Get Started ~~~python from cropimage import Cropper cropper = Cropper() # Get a Numpy array of the cropped image # Set completeness to be False if you expect the 'person' to be complete rather than 'face' # Set target_size to be a tuple (size, size), only square output is supported now, result = cropper.crop('./images/input.jpg') # Save the cropped image cv2.imwrite('cropped.jpg', result) ~~~ ## More Results <p align="center"><img title="crop_example" src="https://github.com/haofanwang/cropimage/raw/main/assets/example1.png"></p> ## Contributing If you find any issue of this project, feel free to open an issue or contribute!


نحوه نصب


نصب پکیج whl cropimage-0.0.6:

    pip install cropimage-0.0.6.whl


نصب پکیج tar.gz cropimage-0.0.6:

    pip install cropimage-0.0.6.tar.gz