To show two images side by side, you can use
img1.sideBySide(img2)
For more information about this, run the SimpleCV shell.
$ simplecv SimpleCV:1> help(Image.sideBySide)
This will show you the full sideBySide function documents.
key points
You can use any of the following algorithms for key points.
img.findKeyPoints(flavour="SIFT")
Again, for more information, just use help(Image.findKeyPoints) in the SimpleCV shell.
source share