udacity / robotics-nanodegree-issues

Public waffleboard to track Robotics Nanodegree Issues
2 stars 0 forks source link

Typo in Perception Lesson 5 Section12 #88

Closed chedanix closed 7 years ago

chedanix commented 7 years ago

I believe it should be "row" instead of "column". I will attach some pictures.

Edit: It appears that I understood what "feature" means. You may close the issue.

chedanix commented 7 years ago

Capture.PNG

chedanix commented 7 years ago

capture1

Assuming [1,1,1] is a feature (or a color histogram) of a picture, the feature will become the row of the vstacked array. Therefore, I think each feature should occupy a row of the vstacked array, instead of a column. I could be mistaken, let me know what you think.