How to split image into small blocks 4x4, 8x8 ..., process on them and then join all the blocks together again in python?
There is a similar issue being treated in StackOverflow,
https://stackoverflow.com/questions/22685274/divide-an-image-into-5x5-blocks-in-python-and-compute-histogram-for-each-block
In there they use a histogram on each subframe, you can apply your own process. Afterwards, reversing the process you can create the new image.
Hope it's useful!
use normal data slicing or normal row-column operation in python. Or you can do by numpy or panda...
I am looking for an academic course on machine learning in computational physics, please suggest some books or links for books. thanks in advance,
27 August 2021 9,885 3 View
I am looking for a recent paper that describes the challenges facing batteries' progress and all about the future of batteries.
11 January 2021 2,282 1 View
Hello, I am about writing an essay about energy storage conversion, where I talk about batteries and photovoltaic energy. can anyone give me some help including resources and research papers?
23 December 2020 3,857 9 View
i would like to realize a solar cell made of : SiO2 as a protective layer and ITO as an ARC, undoped c-Si as an active material, and Ag as back reflector, can I use undoped c-Si as an active...
21 September 2020 2,919 4 View
I am looking for a free software for students or generally make free to make a numerical study which means to simulate solar cells gratings in order to enhance solar cell efficiency by light...
08 September 2020 4,270 3 View
i would like to simulate thin film palsmonic solar cells with silvaco TCAD, but i couldn't define nanoparticles and put them over the solar cells surface.
14 August 2020 10,090 5 View
Hello I hope that you are fine I have questiin about data filling gaps. I have the date of liquid and solid input of one river, the liquid series is between 1943 and 2012 while the solid series...
28 November 2019 8,422 7 View
Connectivism is a hypothesis of learning which emphasizes the role of social and cultural context. In this sense, Connectivism proposes to see knowledge's structure as a network and learning as a...
01 January 1970 2,793 5 View
I'm currently exploring the application of Python in textile engineering, specifically in areas like data analysis, process automation, and the development of smart textiles. I'm interested in...
10 August 2024 7,429 2 View
Request Python code from this article : Gender equity of authorship in pulmonary medicine over the past decade. THANKS!
08 August 2024 6,242 2 View
Visual Studio Code (VS Code) has become a popular choice among developers for several reasons: 1. **Free and Open Source**: VS Code is free to use and open source, making it accessible to...
07 August 2024 7,013 4 View
I need the python code to forecast what crop production will be in the next decade considering climate and crop production variables as seen in the attached.csv file.
05 August 2024 2,977 3 View
Hello everyone, I am currently working on a research project that aims to integrate machine learning techniques into an open source SIEM tool to automate the creation of security use cases from...
04 August 2024 3,196 2 View
In molecular dynamics simulation, to get FEL analysis, I got an error. My Python version is 3.10.7. My input files are made with a lower version of Python. But the final command to generate the...
23 July 2024 5,646 2 View
I am now developing a python module for ms2 database searching, would like to realize a function that similar to what Xcalibur did, choose multiple mass spectra and get an averaged spectra. But...
22 July 2024 3,975 1 View
Hello, dear RG community. Personally, I have found Xarray to be excruciatingly slow, especially for big datasets and nonstandard operations (like a custom filtering function). The only suggestion...
15 July 2024 4,705 2 View
There exists a neural network model designed to predict a specific output, detailed in a published article. The model comprises 14 inputs, each normalized with minimum and maximum parameters...
14 July 2024 2,714 3 View
Dear colleagues, I'm currently modelling a simple 4-point bending test of a concrete beam in Abaqus. However, the load-displacement curve was ascending (without final point), which didn't match...
29 June 2024 6,192 2 View