percurnicus / opportunity

Local web application to view images from Opportunity Rover
MIT License
0 stars 0 forks source link

Create a Cython Example #11

Open percurnicus opened 5 years ago

percurnicus commented 5 years ago

I've never used cython and should learn how to as it can be a great tool to have. The example can be quite simple such as calculating the average and std of an image. Maybe even try performing a rotation using matrix multiplication. I feel like the proper example that is not too hard that I can't do it in the little time I have but not too easy that I don't actually learn anything will be clearer when I try it.