Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2760)

Issue 5229053: code review 5229053: graphics/detect: haar cascade object detector (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 7 months ago by crawshaw1
Modified:
12 years, 6 months ago
Reviewers:
CC:
nigeltao, bsiegert, golang-dev
Visibility:
Public.

Description

graphics/detect: haar cascade object detector No trainer yet, just a parser for the OpenCV XML format. Image tests will follow when I take some headshots. (There are lots of face libraries, but none of them are free to distribute.)

Patch Set 1 #

Patch Set 2 : diff -r f2cc2bc2e762 https://crawshaw%40google.com@code.google.com/p/graphics-go/ #

Patch Set 3 : diff -r f2cc2bc2e762 https://crawshaw%40google.com@code.google.com/p/graphics-go/ #

Total comments: 22

Patch Set 4 : diff -r c1ee317244e6 https://crawshaw%40google.com@code.google.com/p/graphics-go/ #

Total comments: 22

Patch Set 5 : diff -r c30839aba20c https://crawshaw%40google.com@code.google.com/p/graphics-go/ #

Total comments: 10

Patch Set 6 : diff -r fe88ad48021d https://crawshaw%40google.com@code.google.com/p/graphics-go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+880 lines, -0 lines) Patch
A graphics/detect/Makefile View 1 2 3 4 5 1 chunk +15 lines, -0 lines 0 comments Download
A graphics/detect/detect.go View 1 2 3 4 1 chunk +133 lines, -0 lines 0 comments Download
A graphics/detect/detect_test.go View 1 2 3 4 5 1 chunk +77 lines, -0 lines 0 comments Download
A graphics/detect/doc.go View 1 2 3 4 1 chunk +31 lines, -0 lines 0 comments Download
A graphics/detect/integral.go View 1 2 3 4 1 chunk +93 lines, -0 lines 0 comments Download
A graphics/detect/integral_test.go View 1 2 3 4 1 chunk +156 lines, -0 lines 0 comments Download
A graphics/detect/opencv_parser.go View 1 2 3 1 chunk +125 lines, -0 lines 0 comments Download
A graphics/detect/opencv_parser_test.go View 1 2 3 4 5 1 chunk +75 lines, -0 lines 0 comments Download
A graphics/detect/projector.go View 1 2 3 4 1 chunk +55 lines, -0 lines 0 comments Download
A graphics/detect/projector_test.go View 1 2 3 4 1 chunk +49 lines, -0 lines 0 comments Download
A testdata/opencv.xml View 1 2 3 4 1 chunk +71 lines, -0 lines 0 comments Download

Messages

Total messages: 10
crawshaw1
Hello nigeltao@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://crawshaw%40google.com@code.google.com/p/graphics-go/
12 years, 7 months ago (2011-10-12 01:02:42 UTC) #1
nigeltao
There's a lot of code in this change. I've just made some superficial comments as ...
12 years, 7 months ago (2011-10-16 11:44:26 UTC) #2
nigeltao
http://codereview.appspot.com/5229053/diff/4001/graphics/detect/integral.go File graphics/detect/integral.go (right): http://codereview.appspot.com/5229053/diff/4001/graphics/detect/integral.go#newcode32 graphics/detect/integral.go:32: type IntegralImage struct { Another thing: does this type ...
12 years, 7 months ago (2011-10-17 04:40:54 UTC) #3
crawshaw1
http://codereview.appspot.com/5229053/diff/4001/graphics/detect/detect.go File graphics/detect/detect.go (right): http://codereview.appspot.com/5229053/diff/4001/graphics/detect/detect.go#newcode5 graphics/detect/detect.go:5: package detect On 2011/10/16 11:44:26, nigeltao wrote: > This ...
12 years, 7 months ago (2011-10-22 16:02:41 UTC) #4
nigeltao
http://codereview.appspot.com/5229053/diff/11001/graphics/detect/detect.go File graphics/detect/detect.go (right): http://codereview.appspot.com/5229053/diff/11001/graphics/detect/detect.go#newcode55 graphics/detect/detect.go:55: for r := (image.Rectangle{image.Pt(0, 0), s}).Add(b.Min); r.In(b); r = ...
12 years, 7 months ago (2011-10-24 06:36:28 UTC) #5
bsiegert
http://codereview.appspot.com/5229053/diff/11001/graphics/detect/opencv_parser.go File graphics/detect/opencv_parser.go (right): http://codereview.appspot.com/5229053/diff/11001/graphics/detect/opencv_parser.go#newcode111 graphics/detect/opencv_parser.go:111: // BUG(crawshaw): tag-based parsing doesn't seem to work with ...
12 years, 7 months ago (2011-10-24 07:26:24 UTC) #6
crawshaw1
http://codereview.appspot.com/5229053/diff/11001/graphics/detect/detect.go File graphics/detect/detect.go (right): http://codereview.appspot.com/5229053/diff/11001/graphics/detect/detect.go#newcode55 graphics/detect/detect.go:55: for r := (image.Rectangle{image.Pt(0, 0), s}).Add(b.Min); r.In(b); r = ...
12 years, 6 months ago (2011-11-01 05:15:03 UTC) #7
nigeltao
LGTM. http://codereview.appspot.com/5229053/diff/23001/graphics/detect/Makefile File graphics/detect/Makefile (right): http://codereview.appspot.com/5229053/diff/23001/graphics/detect/Makefile#newcode9 graphics/detect/Makefile:9: detect.go\ Add doc.go. http://codereview.appspot.com/5229053/diff/23001/graphics/detect/detect_test.go File graphics/detect/detect_test.go (right): http://codereview.appspot.com/5229053/diff/23001/graphics/detect/detect_test.go#newcode12 ...
12 years, 6 months ago (2011-11-02 07:45:55 UTC) #8
crawshaw1
http://codereview.appspot.com/5229053/diff/23001/graphics/detect/Makefile File graphics/detect/Makefile (right): http://codereview.appspot.com/5229053/diff/23001/graphics/detect/Makefile#newcode9 graphics/detect/Makefile:9: detect.go\ On 2011/11/02 07:45:55, nigeltao wrote: > Add doc.go. ...
12 years, 6 months ago (2011-11-05 22:09:24 UTC) #9
crawshaw1
12 years, 6 months ago (2011-11-05 22:10:40 UTC) #10
*** Submitted as 1e7422ec8285 ***

graphics/detect: haar cascade object detector

No trainer yet, just a parser for the OpenCV XML format. Image tests
will follow when I take some headshots. (There are lots of face
libraries, but none of them are free to distribute.)

R=nigeltao, bsiegert
CC=golang-dev
http://codereview.appspot.com/5229053
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b