Giter Site home page Giter Site logo

river20140407 / live-coding Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dwaithe/live-coding

0.0 0.0 0.0 6.46 MB

This is a repository containing notebooks demonstrating along corresponding with YouTube videos, coding strategies to various problems.

License: MIT License

Jupyter Notebook 100.00%

live-coding's Introduction

live-coding

This is a repository containing Jupyter lab notebooks demonstrating how to code in Python and are associated with corresponding live-coding YouTube videos. The goal of this work is to show you how to approach image analysis in Python in a very practical sense. You will learn about image structure and formats and about the various libraries which can support image analysis.

How to Solve a Maze:

In this notebook and associated video I do some live-coding in Python to describe and demonstrate how to solve a maze rendered in graphical form. In this video I implement a simple breadth-first graph searching algorithm to find the shortest route through a maze, as well as show simple thresholding and image plotting. The notebook can be found in the directory 'how-to-solve-a-maze', or through this link:
How to Solve a Maze - notebook.
How to Solve a Maze - live coding - Python Video.

Object colocalization:

In this notebook and assoicated video I demonstrate how to go about performing an object-based colocalization analysis procedure, using fluorescence microscopy derived images. I showcase histogram-based thresholding and also Find-maxima methods of segmentation. Finally I show how to compare the distances between foci in two different channels and how to organise the data using pandas. The notebook can be found in the directory 'how-to-solve-a-maze', or through this link:
Object Colocalization - notebook.
Object Colocalization.

Find Maxima 2-D:

In this notebook and associated video I demonstrate how to go about applying a 2-D maxima algorithm to wide-field and fluorescence microscopy derived images. axima finding (or peak finding) is a technique for finding the locations of intensity maxima within a data signal. To understand more about theory, please visit the associated video tutorial which goes through the theory and functioning of the algorithmic approach also: https://youtu.be/8YEPRf2C8Dw The code created from this practical is here: Find Maxima - notebook.
Find Maxima 2D.

Microscopy Figures - Creating linear LUT and merging microscopy images in Python

Python and the Matplotlib library are great for creating figures. In microscopy however we frequently use linear LUT with a single colour tone, which Matplotlib doesn't support very well. In this notebook I show you how to produce nice linear LUT and also how to merge these images to create multi-channel comparisons. To see a video explaining this notebook, please see:https://youtu.be/dBXUqeXW18c The code created from this practical is here:
Microscopy Figures - notebook
Microscopy Figures.

live-coding's People

Contributors

dwaithe 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.