A minor mistake in manual about Mat::colRange (Bugfix #3230)
Description
The brief description of Mat::colRange says "Create a matrix header for the specified row span.". I think the "row" here should be "column". It is a very tiny mistake and you can fix it just lifting a finger :)
Associated revisions
Merge pull request #3230 from znah:ipp_median_fix
History
Updated by Kirill Kornyakov over 11 years ago
Mark, I agree that this should be a trivial fix. Could you work on that?
You could create a pull request instead of this ticket. You should remember, that OpenCV doesn't have technical writer, so we encourage you to fix the issue yourself.
- Target version set to 2.4.7
- Difficulty set to Easy
- Tracker changed from Bug to Bugfix
Updated by Kirill Kornyakov over 11 years ago
- Assignee set to Mark Belmont
Updated by Alexander Shishkov over 11 years ago
- Description changed from The brief description of Mat::colRange says "Create a matrix header for ... to The brief description of Mat::colRange says "Create a matrix header for ... More
Updated by Mark Belmont over 11 years ago
Kirill Kornyakov wrote:
Mark, I agree that this should be a trivial fix. Could you work on that?
You could create a pull request instead of this ticket. You should remember, that OpenCV doesn't have technical writer, so we encourage you to fix the issue yourself.
Thanks for your reply. No problem as long as I know how to do. Should I just follow this tutorial? http://code.opencv.org/projects/opencv/wiki/How_to_contribute
I will give it a shot.
Updated by Alexander Shishkov over 11 years ago
Mark, thanks a lot for the pull request!
- Status changed from New to Done