GithubHelp home page GithubHelp logo

cv_exercise_1's Introduction

computer vision exercise 1

Octave Algorithm Implementations

This repository contains various algorithm implementations in Octave, focusing on fundamental concepts such as matrix operations, numerical methods, sorting algorithms, search algorithms, recursion, string manipulation, and probability and statistics.

Table of Contents

Matrix Operations

  • matrix_multiplication.m: Implements a function that multiplies two matrices using a basic algorithm (not relying on built-in functions).

Numerical Methods

  • bisection_method.m: Implements a function that approximates the roots of a function using the bisection method.

Sorting Algorithms

  • bubble_sort.m: Implements bubble sort.
  • merge_sort.m: Implements merge sort.
  • quicksort.m: Implements quicksort.

Search Algorithms

  • binary_search.m: Implements a function that performs binary search on a sorted array.

Recursion

  • factorial_recursive.m: Implements a function that computes factorial using recursion.

String Manipulation

  • is_palindrome.m: Implements a function that checks if a given string is a palindrome.

Probability and Statistics

  • statistics.m: Implements functions to calculate the mean, median, and mode of a given dataset.

Getting Started

Prerequisites

Ensure you have Octave installed on your system. You can download and install Octave from GNU Octave.

Installation

Clone the repository to your local machine using the following command:

git clone https://github.com/berito/cv_exercise_1.git
cd cv_lab_exercise_1
octave main.m

cv_exercise_1's People

Contributors

berito avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.