Code:
namespace ScratchDetection
{
    class ImageProcessing
    {
         public class hough
         {
         }
    }
}

Can I have a class within a class?
If so how do I access the methods?