How to find the widest and narrowest part of an object? [closed] - python

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 10 months ago.
Improve this question
I am new to the world of image processing. And I am working on a project, where I need to find the narrowest and widest part of a letter/object like the one I have attached to the post. I have tried many things, but I do not get proper results. Can you help with a way to approach this. I am mostly using Python and OpenCV.
Thanks in advance!

Related

Python machine learning for file renaming [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 days ago.
Improve this question
Let's say I have a dataset which contains lots of inputfilename and outputfilename. How should I go ahead if I want to make a machine learning model for this, so that I later on can inject a inputfilename and get a suggestion for outputfilename?
What libraries should I use? Any examples available?
Thanks!
I've tried googling but find no good comparable examples.

How to minimize all non active windows using python code? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 2 years ago.
Improve this question
Is there any way to minimize all non active windows using python, leaving the active windows.
There are several ways to do this based on your exact purpose. (Please clarify what exactly you want to do)
However in general these modules are useful for such tasks:
PyAutoGUI; https://pypi.org/project/PyAutoGUI/
Win32gui; https://pypi.org/project/win32gui/

How do i use Canadian tickers in yfinance? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
Cant seem to find any documentation, i assumed adding .To or the like would do it but im at a loss. Anyone familiar with yfinance?
Turns out it was an error pulling "Fundamentals" when getting certain stock info. Another post advised me to add an exception in yfinance's base.py file. All works well after that.

How to make different message windows in python? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I am beginner of Python, does anyone knows how to make a different shapes of message windows in python? i want to design a better look and friendly GUI.
Thank you
I think Qt is what may be useful to you. Take a look at the documentation on QtProject homepage. Lots of tutorials can be found on the Internet. For your specific problem take a look at this SO question.

Writing XFCE panel plugins in Python? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 2 years ago.
Improve this question
I've Googled around a bit, but can't find much. This seems rather out of date, and doesn't provide any examples. Is this possible? Should I just shut up and learn C already?

Categories