ronakreddy18 commited on
Commit
4f5602b
·
verified ·
1 Parent(s): 5c0f5bb

Update pages/LIFE_CYCLE_OF_MACHINE_LEARNING.py

Browse files
pages/LIFE_CYCLE_OF_MACHINE_LEARNING.py CHANGED
@@ -810,11 +810,13 @@ def main():
810
  elif page == "introduction_to_image":
811
  introduction_to_image_page()
812
  elif page == "operations_using_opencv":
813
- operations_using_opencv_page()
814
  elif page == "Conversion_of_Images":
815
- Conversion_of_Images_page()
816
  elif page == "Video_capture_and_explanation":
817
- Video_capture_and_explanation_page()
 
 
818
 
819
 
820
  if __name__ == "__main__":
 
810
  elif page == "introduction_to_image":
811
  introduction_to_image_page()
812
  elif page == "operations_using_opencv":
813
+ operations_using_opencv_page()
814
  elif page == "Conversion_of_Images":
815
+ Conversion_of_Images_page()
816
  elif page == "Video_capture_and_explanation":
817
+ Video_capture_and_explanation_page()
818
+ elif page == "Affine_Transformation_Matrix":
819
+ affine_transformation_matrix()
820
 
821
 
822
  if __name__ == "__main__":