GithubHelp home page GithubHelp logo

Workflow about 0.3.1-team-2-gazel HOT 5 CLOSED

Biswajitghosh98 avatar Biswajitghosh98 commented on September 13, 2024
Workflow

from 0.3.1-team-2-gazel.

Comments (5)

Biswajitghosh98 avatar Biswajitghosh98 commented on September 13, 2024 1

For Solving the PID Equation using SciMl,

These 2 references can be followed :

The PID Equation and Discrete Solvers
Also, e at time t can be expressed in terms of u at time t-1, and du/dt at time t-1.
Although we'll have to initialize with some random velocity for t=0, and then let the solver take charge from the next timestep.
@mgautam98 @dnabanita7 Would you like to add anything ?

from 0.3.1-team-2-gazel.

mgautam98 avatar mgautam98 commented on September 13, 2024

While running system commands on Julia it creates cmd/bash object each time when calling it I hope it will not slow down the app. I am looking for alternatives.

from 0.3.1-team-2-gazel.

mgautam98 avatar mgautam98 commented on September 13, 2024

I am using JuliaImages images.jl to convert to HSL and finding avg of brightness channel but can anyone check the gray scale output of the brightness channel to see if its working fine.

using Images, TestImages, LinearAlgebra, ImageView

rgb_img = testimage("lighthouse")
hsl_img = HSL.(rgb_img)
channels = channelview(float.(hsl_img))
brightness = channels[3,:,:]
sum(brightness)/length(brightness)

0.44476214f0

I will push the changes after we finalize the structure and merge #3

from 0.3.1-team-2-gazel.

Biswajitghosh98 avatar Biswajitghosh98 commented on September 13, 2024

@mgautam98 I'll have a look ASAP

from 0.3.1-team-2-gazel.

Biswajitghosh98 avatar Biswajitghosh98 commented on September 13, 2024

Looking at a different approach through this article which I found great .

from 0.3.1-team-2-gazel.

Related Issues (9)

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.