{ "info": { "author": "Parag Jain", "author_email": "paragjainpes@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "utilities is a super-awesome module which lets you perform basic image-processing operations at your finger tip. You can use it like this:\n\nimport utilities as ut\nimport cv2\n\n#Load the image\nimg = cv2.imread('hf.png');\n\n#Here we start using the utilities module.\n\n#Use the translate function of utilities module. Returns a translated image.\ntranslate_img = ut.translate(img, 50, 50);\n\n#Use the rotation function of utilities module. Returns a rotate image.\nrotate_img = ut.rotate(img, img.shape[0]/2.0, img.shape[1]/2.0, 45, 1.0);\n\n#Display the images.\ncv2.imshow('original', img);\ncv2.imshow('translate_img', translate_img);\ncv2.imshow('rotate_img', rotate_img);\ncv2.waitKey(0);\ncv2.destroyAllWindows();", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "utilities", "package_url": "https://pypi.org/project/utilities/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/utilities/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/utilities/1.0/", "requires_dist": null, "requires_python": null, "summary": "Dont waste time typing lines of code to perform basic image processing operations. Instead use UTILITIES.", "version": "1.0" }, "last_serial": 2063131, "releases": { "1.0": [] }, "urls": [] }