Segmentation-based object categorization: Difference between revisions

Content deleted Content added
No edit summary
lowercase t used as transpose symbol, I replaced with T
Line 53:
* <math>y^t D 1 = 0 </math>
 
Minimizing <math>\frac{y^tT (D - W) y}{y^tT D y}</math> subject to the constraints above is [[NP-hard]]. To make the problem tractable, we relax the constraints on <math>y</math>, and allow it to take real values. The relaxed problem can be solved by solving the generalized eigenvalue problem <math>(D - W)y = \lambda D y</math>for the second smallest generalized eigenvalue.
 
'''The partitioning algorithm:'''