laixintao / laixintao/slic-python-implementation
请问代码里的M代表什么意思呀?
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 228
- Forks
- 82
- PR merge metrics
- No merged PRs in 30d
Description
比如:name = 'lenna_M{m}_K{k}_loop{loop}.png'.format(loop=i, m=self.M, k=self.K),这里的M代表的是什么?K是代表超像素的个数吗?求解答!
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the filename format expression shown in the issue and locate the definitions and uses of self.M and self.K in the Python code. Confirm what each value represents, then document the explanation where contributors can find it or provide the answer in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- computer-vision
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100