Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8d7d6f1

Browse files
committedDec 31, 2024·
updating DIRECTORY.md
1 parent 911943b commit 8d7d6f1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎DIRECTORY.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@
142142
* [Haralick Descriptors](computer_vision/haralick_descriptors.py)
143143
* [Harris Corner](computer_vision/harris_corner.py)
144144
* [Horn Schunck](computer_vision/horn_schunck.py)
145+
* [Intensity Based Segmentation](computer_vision/intensity_based_segmentation.py)
145146
* [Mean Threshold](computer_vision/mean_threshold.py)
146147
* [Mosaic Augmentation](computer_vision/mosaic_augmentation.py)
147148
* [Pooling Functions](computer_vision/pooling_functions.py)
@@ -507,6 +508,7 @@
507508
* [Kahns Algorithm Long](graphs/kahns_algorithm_long.py)
508509
* [Kahns Algorithm Topo](graphs/kahns_algorithm_topo.py)
509510
* [Karger](graphs/karger.py)
511+
* [Lanczos Eigenvectors](graphs/lanczos_eigenvectors.py)
510512
* [Markov Chain](graphs/markov_chain.py)
511513
* [Matching Min Vertex Cover](graphs/matching_min_vertex_cover.py)
512514
* [Minimum Path Sum](graphs/minimum_path_sum.py)
@@ -886,6 +888,7 @@
886888
* [N Body Simulation](physics/n_body_simulation.py)
887889
* [Newtons Law Of Gravitation](physics/newtons_law_of_gravitation.py)
888890
* [Newtons Second Law Of Motion](physics/newtons_second_law_of_motion.py)
891+
* [Period Of Pendulum](physics/period_of_pendulum.py)
889892
* [Photoelectric Effect](physics/photoelectric_effect.py)
890893
* [Potential Energy](physics/potential_energy.py)
891894
* [Rainfall Intensity](physics/rainfall_intensity.py)

0 commit comments

Comments
 (0)
Please sign in to comment.